home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Information / WebSites / Eyetech / DOWNLOAD / IOBLI015.LHA / Changes.old < prev    next >
Text File  |  1999-08-10  |  5KB  |  172 lines

  1. ioblixser.device/ioblix12ser.device
  2. 37.9:
  3.   - added support for RBM's ClockPort expander (ioblix12ser)
  4.   - EOF mode was broken in certian situations. Especially Genesis suffered from
  5.     this.
  6.   - sometimes no handshake could have been set, instead of Xon/Xoff handshake
  7.  
  8. 37.8:
  9.   - CMD_RESET could hang forever because of waiting for wrong allocated signals.
  10.     Fixed. Thanks to Albrecht Kinzkofer for finding this bug.
  11.   - sometimes it could happen that no more data could be sent due to a bug in
  12.     the interrupt handling code. Fixed.
  13.   - now DSR signal is checked on every write to avoid hangs when no DSR signal
  14.     is available and 7-wire mode is selected. Especially Term should now quit
  15.     without problems.
  16.  
  17. 37.7:
  18.   - improved sending of data, system load reduced by ~10%. Before it was a
  19.     little bit faster, but asynchronous and completely uncontrolable.
  20.   - fixed the serial/parallel exclusion problem by using an own interrupt
  21.     chain
  22.  
  23. 37.6:
  24.   - fixed a really bad bug when setting new parameters. Many many thanks to
  25.     Mathias Supp for helping to find this bug!
  26.   - some minor speed optimizations
  27.  
  28. 37.5:
  29.   - fixed "hang up" bug during SDCMD_SETPARAMS
  30.   - now uses ioblix.resource as global database
  31.  
  32. 37.4:
  33.   - added some safety checks during OpenDevice()
  34.  
  35. 37.3:
  36.   - fixed bug in when reading in EOF mode
  37.  
  38. 37.2:
  39.   - fixed carrier detection
  40.   - fixed Enforcer hits during OpenDevice()
  41.   - fixed Enforcer hits during CloseDevice()
  42.   - reduced system load by 50% during reading
  43.   - implemented ASDG-like SIOCMD_SETCTRLLINES command to control RTS and DTR
  44.     lines directly
  45.  
  46.  
  47.  
  48. ioblixpar.device/ioblix12par.device
  49. 37.9:
  50.   - added support for RBM's ClockPort expander (ioblix12par)
  51.   - now the parport chip is obtained in shared mode to allow simultaneous use of
  52.     printer and ZIP drive
  53.  
  54. 37.8:
  55.   - CMD_READ now reads data in a IEEE1284 compliant way
  56.  
  57. 37.7:
  58.   - fixed the serial/parallel exclusion problem by using an own interrupt
  59.     chain
  60.  
  61. 37.6:
  62.   - fixed a bug with wrong QuickIO handling
  63.   - now waits for SELECT signal from printer to avoid unwanted loss of data
  64.   - many thing have been simplified
  65.   - ECP status read back is much more stable now.
  66.   - ECP status is now read at every AllocECPInfo() call, not just when opening
  67.     the device
  68.  
  69. 37.5:
  70.   - now uses ioblix.resource as global database
  71.   - PDCMD_QUERY returned wrong state of BUSY line. Fixed.
  72.   - ECP mode is now activated automatically if device is IEEE1284 compatible
  73.  
  74. 37.4:
  75.   - added some safety checks during OpenDevice()
  76.  
  77. 37.3:
  78.   - minor changes
  79.  
  80. 37.2:
  81.   - fixed Enforcer hits during OpenDevice()
  82.   - fixed Enforcer hits during CloseDevice()
  83.   - hopefully fixed the "end of page not printed" bug
  84.   - fixed crashes during CloseDevice() for non-existing ports
  85.  
  86.  
  87.  
  88. ioblixzip.device/ioblix12zip.device
  89. 37.9:
  90.   - added support for RBM's ClockPort expander (ioblix12zip)
  91.   - now the parport chip is obtained in shared mode to allow simultaneous use of
  92.     printer and ZIP drive
  93.  
  94. 37.8:
  95.   - just a revision bump
  96.  
  97. 37.7:
  98.   - just a revision bump
  99.  
  100. 37.6:
  101.   - just a revision bump
  102.  
  103. 37.5:
  104.   - now uses ioblix.resource as global database
  105.  
  106. 37.4:
  107.   - added some safety checks during OpenDevice()
  108.   - some signals were not freed if initialization of Zip drive didn't succeed
  109.   - now supports normal parallel Zip drive and SCSI/parallel Zip Plus drive.
  110.     I hope it's ok, I only had two hours to make it work :)
  111.  
  112.  
  113.  
  114. IOBlix-Handler
  115. 37.9:
  116.   - just a revision bump
  117.  
  118. 37.8:
  119.   - just a revision bump
  120.  
  121. 37.7:
  122.   - just a revision bump
  123.  
  124. 37.6:
  125.   - just a revision bump
  126.  
  127. 37.5:
  128.   - just a revision bump
  129.  
  130. 37.4:
  131.   - added some small safety checks
  132.  
  133. 37.3:
  134.   - internally set the startup string back to NULL to avoid problem with
  135.     bad programs
  136.  
  137. 37.2:
  138.   - now the mount file's startup string is used to determine the device and unit
  139.     to be accessed
  140.  
  141.  
  142.  
  143. SetupIOBlix
  144. 37.9:
  145.   - added support for RBM's ClockPort expander. The expander is automatically
  146.     detected if installed.
  147.   - any chip can now be allocated in a shared mode to allow simultaneous use by
  148.     different drivers
  149.  
  150. 37.8:
  151.   - UARTs oscillator frequency is now calculated for every board. This makes it
  152.     possible to use an 22.1184MHz oscillator to use 230400 baud and 480600 baud.
  153.   - using the option 22MHZ skips the frequency test and forces a frequency of
  154.     22.148MHz instead of 24MHz. This option is only necessary if you changed
  155.     your boards osciallor from 24MHz to 22.1184MHz.
  156.  
  157. 37.7:
  158.   - fixed the serial/parallel exclusion problem by using an own interrupt
  159.     chain
  160.   - ioblix.resource has two new functions: AddIRQHook() and RemIRQHook()
  161.  
  162. 37.6:
  163.   - fixed an Enforcer-Hit in AllocChipList() and FindChip() when searching for
  164.     non-existing chips
  165.   - fixed a really bad bug in ioblix.resource/AllocChipList() that made the
  166.     machine crash all the time
  167.   - some printers could be left in a state where switching off-line was
  168.     impossible. Fixed.
  169.   - UARTs FIFO size is now calculated by using the internal loop-back feature
  170.     instead of using a static hardcoded size.
  171.  
  172.